Go to your admin screen and there click on appearance and Custom Content (HTML/JS/CSS)
[image: i48q0nE.png]
and there use this:
body {
font-size: 14px;
}
Change the number 14 to 15, 16 17 or 18 to make the font size bigger
@JonDoe12 It's doable, you'd just take someone entering [font=8]text[/font] and replace the font bits with some css. maybe via span classes or something like that.